home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / sav99153.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  31.2 KB  |  846 lines

  1. *PPD-Adobe: "4.3"
  2. *%
  3. *%  Printer Description file
  4. *%    for "SAVIN 2015DP PS"
  5. *%
  6. *%    CreationDate: 1998/12/23
  7. *%    Modified:     2000/11/07
  8. *%
  9. *%    COPYRIGHT (C) 1998-2000 RICOH COMPANY, LTD.
  10. *%    All rights reserved.
  11. *%
  12.  
  13. *FileVersion: "1.0"
  14. *FormatVersion: "4.3"
  15. *LanguageEncoding: ISOLatin1
  16. *LanguageVersion: English
  17. *PCFileName: "SAV99153.PPD"
  18. *Manufacturer: "SAVIN"
  19. *Product: "(SAVIN 2015DP PS3)"
  20. *PSVersion: "(3010.106) 2"
  21. *ModelName: "SAVIN 2015DP"
  22. *ShortNickName: "SAVIN 2015DP PS"
  23. *NickName: "SAVIN 2015DP PS"
  24.  
  25. *%========== Basic Device Capabilities ==========
  26.  
  27. *Protocols: PJL BCP
  28. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  29. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = POSTSCRIPT <0A>"
  30. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A>"
  31.  
  32. *LanguageLevel: "3"
  33. *ColorDevice: False
  34. *DefaultColorSpace: Gray
  35.  
  36. *TTRasterizer: Type42
  37. *?TTRasterizer: "
  38.    save
  39.       42 /FontType resourcestatus
  40.       { pop pop (Type42)} {pop pop (None)} ifelse = flush
  41.    restore
  42. "
  43. *End
  44.  
  45. *FileSystem: True
  46. *?FileSystem: "
  47.   save
  48.   statusdict /diskonline get exec
  49.   {(True)}{(False)}ifelse = flush
  50.   restore
  51. "
  52. *End
  53.  
  54. *Throughput: "15"
  55.  
  56. *%========== Installable Options ==========
  57. *%========== & System Management ==========
  58.  
  59. *OpenGroup: InstallableOptions/InstallableOptions
  60. *OpenUI *InstalledMemory/Total Printer Memory: PickOne
  61. *DefaultInstalledMemory: None
  62. *InstalledMemory None/16MB: ""
  63. *InstalledMemory 48Meg/48MB: ""
  64. *InstalledMemory 80Meg/80MB: ""
  65. *?InstalledMemory: "
  66.   save
  67.   currentsystemparams /RamSize get 1048576 div cvi
  68.   dup 16 eq { pop (None)}{
  69.     dup 32 eq 1 index 48 eq or 1 index 80 eq or
  70.     {(  ) cvs print (Meg)}{ pop (Unknown)} ifelse} ifelse = flush
  71.   restore
  72. "
  73. *End
  74. *CloseUI: *InstalledMemory
  75. *CloseGroup: InstallableOptions
  76.  
  77. *FreeVM: "2330000"
  78. *VMOption None/16 MB RAM: "2330000"
  79. *VMOption 48Meg/48 MB RAM: "3550000"
  80. *VMOption 80Meg/80 MB RAM: "5330000"
  81.  
  82.  
  83. *Password: "0"
  84. *ExitServer: "
  85.   count 0 eq 
  86.   {false}{true exch startjob}ifelse
  87.   not {(WARNING: Cannot modify initial VM.) =
  88.        (Missing or invalid Password.) =
  89.        (Please contact the author.) = flush quit
  90.   }if
  91. "
  92. *End
  93. *Reset: "
  94.   count 0 eq
  95.   {false}{true exch startjob}ifelse
  96.   not {(WARNING: Cannot reset printer.) =
  97.        (Missing or invalid Password.) =
  98.        (Please contact the author.) = flush quit
  99.   }if 
  100.   systemdict /quit get exec
  101.   (WARNING: Printer Reset Failed.) = flush
  102. "
  103. *End
  104.  
  105. *SuggestedJobTimeout: "0"
  106. *SuggestedWaitTimeout: "300"
  107. *PrintPSErrors: True
  108. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  109.  
  110. *%========== Media Selection ==========
  111. *LandscapeOrientation: Plus90
  112.  
  113. *OpenUI *PageSize: PickOne
  114. *OrderDependency: 150 AnySetup *PageSize
  115. *DefaultPageSize: A4
  116. *PageSize A3: "<</Policies <</PageSize 2>>
  117.   currentdict /MEDIAPOSITION known
  118.   {MEDIAPOSITION}{} ifelse
  119.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  120. *End
  121. *PageSize A4: "<</Policies <</PageSize 2>>
  122.   currentdict /MEDIAPOSITION known
  123.   {MEDIAPOSITION}{} ifelse
  124.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  125. *End
  126. *PageSize A5: "<</Policies <</PageSize 2>>
  127.   currentdict /MEDIAPOSITION known
  128.   {MEDIAPOSITION}{} ifelse
  129.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  130. *End
  131. *PageSize A6: "<</Policies <</PageSize 2>>
  132.   currentdict /MEDIAPOSITION known
  133.   {MEDIAPOSITION}{} ifelse
  134.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  135. *End
  136. *PageSize B4/B4 (JIS): "<</Policies <</PageSize 2>>
  137.   currentdict /MEDIAPOSITION known
  138.   {MEDIAPOSITION}{} ifelse
  139.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  140. *End
  141. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2>>
  142.   currentdict /MEDIAPOSITION known
  143.   {MEDIAPOSITION}{} ifelse
  144.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  145. *End
  146. *PageSize Legal/Legal: "<</Policies <</PageSize 2>>
  147.   currentdict /MEDIAPOSITION known
  148.   {MEDIAPOSITION}{} ifelse
  149.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  150. *End
  151. *PageSize Letter/Letter: "<</Policies <</PageSize 2>>
  152.   currentdict /MEDIAPOSITION known
  153.   {MEDIAPOSITION}{} ifelse
  154.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  155. *End
  156. *PageSize HalfLetter/HalfLetter: "<</Policies <</PageSize 2>>
  157.   currentdict /MEDIAPOSITION known
  158.   {MEDIAPOSITION}{} ifelse
  159.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  160. *End
  161. *PageSize 11x17/11x17: "<</Policies <</PageSize 2>>
  162.   currentdict /MEDIAPOSITION known
  163.   {MEDIAPOSITION}{} ifelse
  164.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  165. *End
  166. *PageSize Executive/Executive: "<</Policies <</PageSize 2>>
  167.   currentdict /MEDIAPOSITION known
  168.   {MEDIAPOSITION}{} ifelse
  169.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  170. *End
  171. *PageSize F/8x13: "<</Policies <</PageSize 2>>
  172.   currentdict /MEDIAPOSITION known
  173.   {MEDIAPOSITION}{} ifelse
  174.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  175. *End
  176. *PageSize Folio/8.25x13: "<</Policies <</PageSize 2>>
  177.   currentdict /MEDIAPOSITION known
  178.   {MEDIAPOSITION}{} ifelse
  179.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  180. *End
  181. *PageSize FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2>>
  182.   currentdict /MEDIAPOSITION known
  183.   {MEDIAPOSITION}{} ifelse
  184.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  185. *End
  186. *PageSize Env10/Com10 Env: "<</Policies <</PageSize 2>>
  187.   currentdict /MEDIAPOSITION known
  188.   {MEDIAPOSITION}{} ifelse
  189.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  190. *End
  191. *PageSize EnvMonarch/Mon. Env: "<</Policies <</PageSize 2>>
  192.   currentdict /MEDIAPOSITION known
  193.   {MEDIAPOSITION}{} ifelse
  194.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  195. *End
  196. *PageSize EnvC5/C5 Env: "<</Policies <</PageSize 2>>
  197.   currentdict /MEDIAPOSITION known
  198.   {MEDIAPOSITION}{} ifelse
  199.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  200. *End
  201. *PageSize EnvC6/C6 Env: "<</Policies <</PageSize 2>>
  202.   currentdict /MEDIAPOSITION known
  203.   {MEDIAPOSITION}{} ifelse
  204.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  205. *End
  206. *PageSize DLEnv/DL Env: "<</Policies <</PageSize 2>>
  207.   currentdict /MEDIAPOSITION known
  208.   {MEDIAPOSITION}{} ifelse
  209.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  210. *End
  211. *PageSize 8Kai/8K: "<</Policies <</PageSize 2>>
  212.   currentdict /MEDIAPOSITION known
  213.   {MEDIAPOSITION}{} ifelse
  214.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  215. *End
  216. *PageSize 16Kai/16K: "<</Policies <</PageSize 2>>
  217.   currentdict /MEDIAPOSITION known
  218.   {MEDIAPOSITION}{} ifelse
  219.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  220. *End
  221. *?PageSize: "
  222.   save
  223.   currentpagedevice /PageSize get aload pop
  224.   2 copy gt {exch}if (Unknown)
  225.   21 dict
  226.     dup [842 1191] (A3) put
  227.     dup [595 842]  (A4) put
  228.     dup [420 595]  (A5) put
  229.     dup [297 420]  (A6) put
  230.     dup [729 1032] (B4) put
  231.     dup [516 729]  (B5) put
  232.     dup [612 1008] (Legal) put
  233.     dup [612 792]  (Letter) put
  234.     dup [396 612]  (HalfLetter) put
  235.     dup [792 1224] (11x17) put
  236.     dup [522 756] (Executive) put
  237.     dup [576 936] (F) put
  238.     dup [595 935] (Folio) put
  239.     dup [612 936] (FanFoldGermanLegal) put
  240.     dup [297 684] (Env10) put
  241.     dup [279 540] (EnvMonarch) put
  242.     dup [459 649] (EnvC5) put
  243.     dup [323 459] (EnvC6) put
  244.     dup [311 623] (DLEnv) put
  245.     dup [757 1106] (8Kai) put
  246.     dup [553 757] (16Kai) put
  247.   {exch aload pop 4 index sub abs 5 le exch 5 index
  248.    sub abs 5 le and {exch pop exit}{pop}ifelse 
  249.   }bind forall = flush pop pop
  250.   restore
  251. "
  252. *End
  253. *CloseUI: *PageSize
  254.  
  255. *OpenUI *PageRegion: PickOne
  256. *OrderDependency: 140 AnySetup *PageRegion
  257. *DefaultPageRegion: A4
  258. *PageRegion A3: "<</Policies <</PageSize 2>>
  259.   currentdict /MEDIAPOSITION known
  260.   {MEDIAPOSITION}{} ifelse
  261.   /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  262. *End
  263. *PageRegion A4: "<</Policies <</PageSize 2>>
  264.   currentdict /MEDIAPOSITION known
  265.   {MEDIAPOSITION}{} ifelse
  266.   /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  267. *End
  268. *PageRegion A5: "<</Policies <</PageSize 2>>
  269.   currentdict /MEDIAPOSITION known
  270.   {MEDIAPOSITION}{} ifelse
  271.   /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  272. *End
  273. *PageRegion A6: "<</Policies <</PageSize 2>>
  274.   currentdict /MEDIAPOSITION known
  275.   {MEDIAPOSITION}{} ifelse
  276.   /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  277. *End
  278. *PageRegion B4/B4 (JIS): "<</Policies <</PageSize 2>>
  279.   currentdict /MEDIAPOSITION known
  280.   {MEDIAPOSITION}{} ifelse
  281.   /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  282. *End
  283. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 2>>
  284.   currentdict /MEDIAPOSITION known
  285.   {MEDIAPOSITION}{} ifelse
  286.   /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  287. *End
  288. *PageRegion Legal/Legal: "<</Policies <</PageSize 2>>
  289.   currentdict /MEDIAPOSITION known
  290.   {MEDIAPOSITION}{} ifelse
  291.   /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  292. *End
  293. *PageRegion Letter/Letter: "<</Policies <</PageSize 2>>
  294.   currentdict /MEDIAPOSITION known
  295.   {MEDIAPOSITION}{} ifelse
  296.   /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  297. *End
  298. *PageRegion HalfLetter/HalfLetter: "<</Policies <</PageSize 2>>
  299.   currentdict /MEDIAPOSITION known
  300.   {MEDIAPOSITION}{} ifelse
  301.   /PageSize [396 612] /ImagingBBox null>> setpagedevice"
  302. *End
  303. *PageRegion 11x17/11x17: "<</Policies <</PageSize 2>>
  304.   currentdict /MEDIAPOSITION known
  305.   {MEDIAPOSITION}{} ifelse
  306.   /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  307. *End
  308. *PageRegion Executive/Executive: "<</Policies <</PageSize 2>>
  309.   currentdict /MEDIAPOSITION known
  310.   {MEDIAPOSITION}{} ifelse
  311.   /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  312. *End
  313. *PageRegion F/8x13: "<</Policies <</PageSize 2>>
  314.   currentdict /MEDIAPOSITION known
  315.   {MEDIAPOSITION}{} ifelse
  316.   /PageSize [576 936] /ImagingBBox null>> setpagedevice"
  317. *End
  318. *PageRegion Folio/8.25x13: "<</Policies <</PageSize 2>>
  319.   currentdict /MEDIAPOSITION known
  320.   {MEDIAPOSITION}{} ifelse
  321.   /PageSize [595 935] /ImagingBBox null>> setpagedevice"
  322. *End
  323. *PageRegion FanFoldGermanLegal/8.5x13: "<</Policies <</PageSize 2>>
  324.   currentdict /MEDIAPOSITION known
  325.   {MEDIAPOSITION}{} ifelse
  326.   /PageSize [612 936] /ImagingBBox null>> setpagedevice"
  327. *End
  328. *PageRegion Env10/Com10 Env: "<</Policies <</PageSize 2>>
  329.   currentdict /MEDIAPOSITION known
  330.   {MEDIAPOSITION}{} ifelse
  331.   /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  332. *End
  333. *PageRegion EnvMonarch/Mon. Env: "<</Policies <</PageSize 2>>
  334.   currentdict /MEDIAPOSITION known
  335.   {MEDIAPOSITION}{} ifelse
  336.   /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  337. *End
  338. *PageRegion EnvC5/C5 Env: "<</Policies <</PageSize 2>>
  339.   currentdict /MEDIAPOSITION known
  340.   {MEDIAPOSITION}{} ifelse
  341.   /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  342. *End
  343. *PageRegion EnvC6/C6 Env: "<</Policies <</PageSize 2>>
  344.   currentdict /MEDIAPOSITION known
  345.   {MEDIAPOSITION}{} ifelse
  346.   /PageSize [323 459] /ImagingBBox null>> setpagedevice"
  347. *End
  348. *PageRegion DLEnv/DL Env: "<</Policies <</PageSize 2>>
  349.   currentdict /MEDIAPOSITION known
  350.   {MEDIAPOSITION}{} ifelse
  351.   /PageSize [311 623] /ImagingBBox null>> setpagedevice"
  352. *End
  353. *PageRegion 8Kai/8K: "<</Policies <</PageSize 2>>
  354.   currentdict /MEDIAPOSITION known
  355.   {MEDIAPOSITION}{} ifelse
  356.   /PageSize [757 1106] /ImagingBBox null>> setpagedevice"
  357. *End
  358. *PageRegion 16Kai/16K: "<</Policies <</PageSize 2>>
  359.   currentdict /MEDIAPOSITION known
  360.   {MEDIAPOSITION}{} ifelse
  361.   /PageSize [553 757] /ImagingBBox null>> setpagedevice"
  362. *End
  363. *CloseUI: *PageRegion
  364.  
  365. *%========== Information About Media Sizes ==========
  366.  
  367. *DefaultImageableArea: A4
  368. *ImageableArea A3: "12 12 830 1179"
  369. *ImageableArea A4: "12 12 583 830"
  370. *ImageableArea A5: "12 12 408 583"
  371. *ImageableArea A6: "12 12 285 408"
  372. *ImageableArea B4/B4 (JIS): "12 12 717 1020"
  373. *ImageableArea B5/B5 (JIS): "12 12 504 717"
  374. *ImageableArea Legal/Legal: "12 12 600 996"
  375. *ImageableArea Letter/Letter: "12 12 600 780"
  376. *ImageableArea HalfLetter/HalfLetter: "12 12 384 600"
  377. *ImageableArea 11x17/11x17: "12 12 780 1212"
  378. *ImageableArea Executive/Executive: "12 12 510 744"
  379. *ImageableArea F/8x13: "12 12 564 924"
  380. *ImageableArea Folio/8.25x13: "12 12 583 923"
  381. *ImageableArea FanFoldGermanLegal/8.5x13: "12 12 600 924"
  382. *ImageableArea Env10/Com10 Env: "12 12 285 672"
  383. *ImageableArea EnvMonarch/Mon. Env: "12 12 267 528"
  384. *ImageableArea EnvC5/C5 Env: "12 12 447 637"
  385. *ImageableArea EnvC6/C6 Env: "12 12 311 447"
  386. *ImageableArea DLEnv/DL Env: "12 12 299 611"
  387. *ImageableArea 8Kai/8K: "12 12 745 1094"
  388. *ImageableArea 16Kai/16K: "12 12 541 745"
  389. *?ImageableArea: "
  390.   save
  391.   /cvp {(            ) cvs print (               ) print}bind def
  392.   newpath clippath pathbbox 4 -2 roll exch
  393.   2 {10000 mul ceiling 10000 div cvp}repeat exch
  394.   2 {10000 mul floor 10000 div cvp}repeat flush
  395.   restore
  396. "
  397. *End
  398.  
  399. *DefaultPaperDimension: A4
  400. *PaperDimension A3: "842 1191"
  401. *PaperDimension A4: "595 842"
  402. *PaperDimension A5: "420 595"
  403. *PaperDimension A6: "297 420"
  404. *PaperDimension B4/B4 (JIS): "729 1032"
  405. *PaperDimension B5/B5 (JIS): "516 729"
  406. *PaperDimension Legal/Legal: "612 1008"
  407. *PaperDimension Letter/Letter: "612 792"
  408. *PaperDimension HalfLetter/HalfLetter: "396 612"
  409. *PaperDimension 11x17/11x17: "792 1224"
  410. *PaperDimension Executive/Executive: "522 756"
  411. *PaperDimension F/8x13: "576 936"
  412. *PaperDimension Folio/8.25x13: "595 935"
  413. *PaperDimension FanFoldGermanLegal/8.5x13: "612 936"
  414. *PaperDimension Env10/Com10 Env: "297 684"
  415. *PaperDimension EnvMonarch/Mon. Env: "279 540"
  416. *PaperDimension EnvC5/C5 Env: "459 649"
  417. *PaperDimension EnvC6/C6 Env: "323 459"
  418. *PaperDimension DLEnv/DL Env: "311 623"
  419. *PaperDimension 8Kai/8K: "757 1106"
  420. *PaperDimension 16Kai/16K: "553 757"
  421.  
  422. *%=== Custom Paper Support =================
  423. *LeadingEdge PreferLong:""
  424. *DefaultLeadingEdge: PreferLong
  425.  
  426. *MaxMediaWidth:  "842"
  427. *MaxMediaHeight: "1224"
  428. *HWMargins:      12 12 12 12
  429. *CustomPageSize True: "pop pop pop 
  430.   << /PageSize [ 5 -2 roll ]  /ImagingBBox null
  431.   /Policies <</PageSize 2>>
  432.   currentdict /MEDIAPOSITION known
  433.   {MEDIAPOSITION}{} ifelse >>
  434.   setpagedevice"
  435. *End
  436.  
  437. *ParamCustomPageSize Width:        1 points 256 842
  438. *ParamCustomPageSize Height:       2 points 421 1224
  439. *ParamCustomPageSize WidthOffset:  3 points 0 0
  440. *ParamCustomPageSize HeightOffset: 4 points 0 0
  441. *ParamCustomPageSize Orientation:  5 int 0 1
  442.  
  443. *NonUIOrderDependency: 151 AnySetup *CustomPageSize True
  444.  
  445. *RequiresPageRegion BypassTray: False
  446. *RequiresPageRegion 1Tray: True
  447.  
  448. *%========== Media Handling Features ==========
  449.  
  450. *OpenUI *InputSlot: PickOne
  451. *OrderDependency: 25 AnySetup *InputSlot
  452. *InputSlot BypassTray/Bypass Tray: "
  453.   /MEDIAPOSITION {/MediaPosition 0} def
  454.   0 statusdict /setpapertray get exec"
  455. *End
  456. *InputSlot 1Tray/Tray 1: "
  457.   /MEDIAPOSITION {/MediaPosition 1} def"
  458. *End
  459. *DefaultInputSlot: 1Tray
  460. *?InputSlot: "
  461.   save
  462.   [(BypassTray)(1Tray)]
  463.   statusdict /papertray get exec {get}stopped
  464.   {pop pop (Unknown)}if = flush
  465.   restore
  466. "
  467. *End
  468. *CloseUI: *InputSlot
  469.  
  470. *% *OpenUI *RICPaperPolicy/Fit to Page: PickOne
  471. *% *OrderDependency: 2 AnySetup *RICPaperPolicy
  472. *% *RICPaperPolicy PromptUser/Prompt User: "
  473. *%   <</DeferredMediaSelection true>> setpagedevice"
  474. *% *End
  475. *% *RICPaperPolicy NearestSizeAdjust/Nearest Size and Scale: "
  476. *%   <</DeferredMediaSelection false /Policies << /PageSize 3 >> >> setpagedevice"
  477. *% *End
  478. *% *RICPaperPolicy NearestSizeNoAdjust/Nearest Size and Crop: "
  479. *%   <</DeferredMediaSelection false /Policies << /PageSize 5 >> >> setpagedevice"
  480. *% *End
  481. *% *DefaultRICPaperPolicy: PromptUser/Prompt User
  482. *% *CloseUI: *RICPaperPolicy
  483.  
  484.  
  485. *%========== Finishing Features ==========
  486.  
  487. *OpenUI *Collate/Collate: Boolean
  488. *OrderDependency: 200 AnySetup *Collate
  489. *Collate False/Off: "<</Collate false>>setpagedevice"
  490. *Collate True/On: "<</Collate true
  491.   /CollateDetails <</Type 6 /AlignSet false>>
  492.   >>setpagedevice"
  493. *End
  494. *DefaultCollate: False
  495. *?Collate: "
  496.   save
  497.   currentpagedevice /Collate get 
  498.   {{(True)}{(False)}ifelse }stopped {(Unknown)}if = flush
  499.   restore
  500. "
  501. *End
  502. *CloseUI: *Collate
  503.  
  504.  
  505. *%========== Resolution and Appearance Control ==========
  506.  
  507. *OpenUI *Resolution/Resolution: PickOne
  508. *OrderDependency: 190 AnySetup *Resolution
  509. *Resolution 300dpi/300dpi: "<</HWResolution[300 300]>>setpagedevice"
  510. *Resolution 600dpi/600dpi: "<</HWResolution[600 600]>>setpagedevice"
  511. *DefaultResolution: 600dpi
  512. *?Resolution: "
  513.   save
  514.   currentpagedevice /HWResolution get 0 get
  515.   (       ) cvs print (dpi) = flush
  516.   restore
  517. "
  518. *End
  519. *CloseUI: *Resolution
  520.  
  521. *OpenUI *RICImagingMode/Print Mode: PickOne
  522. *OrderDependency: 110 AnySetup *RICImagingMode
  523. *RICImagingMode None/Through: "
  524.     <</PostRenderingEnhance false>> setpagedevice"
  525. *End
  526. *RICImagingMode Smoothing/Edge Smoothing: "<</PostRenderingEnhance true
  527.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 0>> >> setpagedevice"
  528. *End
  529. *RICImagingMode 4rhit/Toner Saving: "<</PostRenderingEnhance true
  530.     /PostRenderingEnhanceDetails << /Type 34 /OutputMode 3>> >> setpagedevice"
  531. *End
  532. *DefaultRICImagingMode: Smoothing
  533. *?RICImagingMode: "
  534.   save
  535.   currentpagedevice dup /PostRenderingEnhance get{
  536.   /PostRenderingEnhanceDetails get dup /Type get 13 eq{
  537.   /OutputMode get dup 0 eq{pop (None)}{dup 1 eq{pop (Smoothing)}{
  538.   dup 5 eq{pop (5rhit)}{4 eq{(4rhit)}{(Unknown)}ifelse
  539.   }ifelse}ifelse}ifelse}{pop (Unknown)}ifelse}{pop (None)}ifelse = flush
  540.   restore
  541. "
  542. *End
  543. *CloseUI: *RICImagingMode
  544.  
  545. *%========== Gray Levels and Halftoning ==========
  546. *DefaultHalftoneType: 1
  547. *AccurateScreensSupport: True
  548. *ScreenFreq: "85.0"
  549. *ScreenAngle: "45.0"
  550. *ResScreenFreq 300dpi: "60.0"
  551. *ResScreenAngle 300dpi: "45.0"
  552. *ResScreenFreq 600dpi: "85.0"
  553. *ResScreenAngle 600dpi: "45.0"
  554. *DefaultScreenProc: Dot
  555. *ScreenProc Dot: "
  556.   {abs exch abs 2 copy add 1 gt
  557.    {1 sub dup mul exch 1 sub dup mul add 1 sub}
  558.    {dup mul exch dup mul add 1 exch sub}
  559.    ifelse}
  560. "
  561. *End
  562. *ScreenProc Line: "{pop}"
  563. *ScreenProc Ellipse: "
  564.   {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}
  565. "
  566. *End
  567.  
  568. *%========== Font ==========
  569.  
  570. *DefaultFont: Courier
  571. *Font AlbertusMT: Standard "(001.000)" Standard ROM
  572. *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
  573. *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
  574. *Font AntiqueOlive-Bold: Standard "(501.009)" ExtendedRoman ROM
  575. *Font AntiqueOlive-Compact: Standard "(501.008)" ExtendedRoman ROM
  576. *Font AntiqueOlive-Italic: Standard "(501.010)" ExtendedRoman ROM
  577. *Font AntiqueOlive-Roman: Standard "(501.008)" ExtendedRoman ROM
  578. *Font Apple-Chancery: Standard "(001.001)" ExtendedRoman ROM
  579. *Font ArialMT: Standard "(501.009)" ExtendedRoman ROM
  580. *Font Arial-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  581. *Font Arial-BoldItalicMT: Standard "(501.009)" ExtendedRoman ROM
  582. *Font Arial-ItalicMT: Standard "(501.012)" ExtendedRoman ROM
  583. *Font AvantGarde-Book: Standard "(501.009)" ExtendedRoman ROM
  584. *Font AvantGarde-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  585. *Font AvantGarde-Demi: Standard "(501.010)" ExtendedRoman ROM
  586. *Font AvantGarde-DemiOblique: Standard "(501.010)" ExtendedRoman ROM
  587. *Font Bodoni: Standard "(501.008)" ExtendedRoman ROM
  588. *Font Bodoni-Bold: Standard "(501.006)" ExtendedRoman ROM
  589. *Font Bodoni-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  590. *Font Bodoni-Italic: Standard "(501.007)" ExtendedRoman ROM
  591. *Font Bodoni-Poster: Standard "(501.009)" ExtendedRoman ROM
  592. *Font Bodoni-PosterCompressed: Standard "(501.007)" ExtendedRoman ROM
  593. *Font Bookman-Demi: Standard "(501.007)" ExtendedRoman ROM
  594. *Font Bookman-DemiItalic: Standard "(501.008)" ExtendedRoman ROM
  595. *Font Bookman-Light: Standard "(501.006)" ExtendedRoman ROM
  596. *Font Bookman-LightItalic: Standard "(501.007)" ExtendedRoman ROM
  597. *Font Carta: Special "(001.001)" Special ROM
  598. *Font Chicago: Standard "(501.011)" ExtendedRoman ROM
  599. *Font Clarendon-Bold: Standard "(501.008)" ExtendedRoman ROM
  600. *Font Clarendon-Light: Standard "(501.009)" ExtendedRoman ROM
  601. *Font Clarendon: Standard "(501.009)" ExtendedRoman ROM
  602. *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
  603. *Font CooperBlack: Standard "(001.003)" Standard ROM
  604. *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
  605. *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
  606. *Font Coronet-Regular: Standard "(001.000)" ExtendedRoman ROM
  607. *Font Courier-Bold: Standard "(501.010)" ExtendedRoman ROM
  608. *Font Courier-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  609. *Font Courier-Oblique: Standard "(501.010)" ExtendedRoman ROM
  610. *Font Courier: Standard "(501.010)" ExtendedRoman ROM
  611. *Font Eurostile-Bold: Standard "(501.008)" ExtendedRoman ROM
  612. *Font Eurostile-BoldExtendedTwo: Standard "(501.008)" ExtendedRoman ROM
  613. *Font Eurostile-ExtendedTwo: Standard "(501.010)" ExtendedRoman ROM
  614. *Font Eurostile: Standard "(501.008)" ExtendedRoman ROM
  615. *Font Geneva: Standard "(501.007)" ExtendedRoman ROM
  616. *Font GillSans: Standard "(501.009)" ExtendedRoman ROM
  617. *Font GillSans-Bold: Standard "(501.007)" ExtendedRoman ROM
  618. *Font GillSans-BoldCondensed: Standard "(501.006)" ExtendedRoman ROM
  619. *Font GillSans-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  620. *Font GillSans-Condensed: Standard "(501.007)" ExtendedRoman ROM
  621. *Font GillSans-ExtraBold: Standard "(501.008)" ExtendedRoman ROM
  622. *Font GillSans-Italic: Standard "(501.008)" ExtendedRoman ROM
  623. *Font GillSans-Light: Standard "(501.009)" ExtendedRoman ROM
  624. *Font GillSans-LightItalic: Standard "(501.009)" ExtendedRoman ROM
  625. *Font Goudy: Standard "(001.003)" Standard ROM
  626. *Font Goudy-Bold: Standard "(001.002)" Standard ROM
  627. *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
  628. *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
  629. *Font Goudy-Italic: Standard "(001.002)" Standard ROM
  630. *Font Helvetica: Standard "(501.008)" ExtendedRoman ROM
  631. *Font Helvetica-Bold: Standard "(501.010)" ExtendedRoman ROM
  632. *Font Helvetica-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  633. *Font Helvetica-Condensed-Bold: Standard "(501.009)" ExtendedRoman ROM
  634. *Font Helvetica-Condensed-BoldObl: Standard "(501.009)" ExtendedRoman ROM
  635. *Font Helvetica-Condensed-Oblique: Standard "(501.010)" ExtendedRoman ROM
  636. *Font Helvetica-Condensed: Standard "(501.010)" ExtendedRoman ROM
  637. *Font Helvetica-Narrow-Bold: Standard "(501.010)" ExtendedRoman ROM
  638. *Font Helvetica-Narrow-BoldOblique: Standard "(501.010)" ExtendedRoman ROM
  639. *Font Helvetica-Narrow-Oblique: Standard "(501.008)" ExtendedRoman ROM
  640. *Font Helvetica-Narrow: Standard "(501.008)" ExtendedRoman ROM
  641. *Font Helvetica-Oblique: Standard "(501.008)" ExtendedRoman ROM
  642. *Font HoeflerText-Black: Standard "(501.008)" ExtendedRoman ROM
  643. *Font HoeflerText-BlackItalic: Standard "(501.009)" ExtendedRoman ROM
  644. *Font HoeflerText-Italic: Standard "(501.010)" ExtendedRoman ROM
  645. *Font HoeflerText-Ornaments: Special "(001.001)" Special ROM
  646. *Font HoeflerText-Regular: Standard "(501.009)" ExtendedRoman ROM
  647. *Font JoannaMT: Standard "(501.009)" ExtendedRoman ROM
  648. *Font JoannaMT-Bold: Standard "(501.008)" ExtendedRoman ROM
  649. *Font JoannaMT-BoldItalic: Standard "(501.008)" ExtendedRoman ROM
  650. *Font JoannaMT-Italic: Standard "(501.008)" ExtendedRoman ROM
  651. *Font LetterGothic: Standard "(501.009)" ExtendedRoman ROM
  652. *Font LetterGothic-Bold: Standard "(501.010)" ExtendedRoman ROM
  653. *Font LetterGothic-BoldSlanted: Standard "(501.010)" ExtendedRoman ROM
  654. *Font LetterGothic-Slanted: Standard "(501.010)" ExtendedRoman ROM
  655. *Font LubalinGraph-Book: Standard "(501.009)" ExtendedRoman ROM
  656. *Font LubalinGraph-BookOblique: Standard "(501.009)" ExtendedRoman ROM
  657. *Font LubalinGraph-Demi: Standard "(501.009)" ExtendedRoman ROM
  658. *Font LubalinGraph-DemiOblique: Standard "(501.009)" ExtendedRoman ROM
  659. *Font Marigold: Standard "(001.000)" Standard ROM
  660. *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
  661. *Font Monaco: Standard "(501.012)" ExtendedRoman ROM
  662. *Font NewCenturySchlbk-Bold: Standard "(501.008)" ExtendedRoman ROM
  663. *Font NewCenturySchlbk-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  664. *Font NewCenturySchlbk-Italic: Standard "(501.011)" ExtendedRoman ROM
  665. *Font NewCenturySchlbk-Roman: Standard "(501.008)" ExtendedRoman ROM
  666. *Font NewYork: Standard "(501.013)" ExtendedRoman ROM
  667. *Font Optima-Bold: Standard "(501.008)" ExtendedRoman ROM
  668. *Font Optima-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  669. *Font Optima-Italic: Standard "(501.010)" ExtendedRoman ROM
  670. *Font Optima: Standard "(501.010)" ExtendedRoman ROM
  671. *Font Oxford: Standard "(001.000)" Standard ROM
  672. *Font Palatino-Bold: Standard "(501.008)" ExtendedRoman ROM
  673. *Font Palatino-BoldItalic: Standard "(501.007)" ExtendedRoman ROM
  674. *Font Palatino-Italic: Standard "(501.008)" ExtendedRoman ROM
  675. *Font Palatino-Roman: Standard "(501.006)" ExtendedRoman ROM
  676. *Font StempelGaramond-Bold: Standard "(501.007)" ExtendedRoman ROM
  677. *Font StempelGaramond-BoldItalic: Standard "(501.012)" ExtendedRoman ROM
  678. *Font StempelGaramond-Italic: Standard "(501.009)" ExtendedRoman ROM
  679. *Font StempelGaramond-Roman: Standard "(501.011)" ExtendedRoman ROM
  680. *Font Symbol: Special "(001.008)" Special ROM
  681. *Font Tekton: Standard "(001.001)" Standard ROM
  682. *Font Times-Bold: Standard "(501.009)" ExtendedRoman ROM
  683. *Font Times-BoldItalic: Standard "(501.009)" ExtendedRoman ROM
  684. *Font Times-Italic: Standard "(501.010)" ExtendedRoman ROM
  685. *Font Times-Roman: Standard "(501.010)" ExtendedRoman ROM
  686. *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.011)" ExtendedRoman ROM
  687. *Font TimesNewRomanPS-BoldMT: Standard "(501.009)" ExtendedRoman ROM
  688. *Font TimesNewRomanPS-ItalicMT: Standard "(501.011)" ExtendedRoman ROM
  689. *Font TimesNewRomanPSMT: Standard "(501.010)" ExtendedRoman ROM
  690. *Font Univers: Standard "(501.009)" ExtendedRoman ROM
  691. *Font Univers-Bold: Standard "(501.008)" ExtendedRoman ROM
  692. *Font Univers-BoldExt: Standard "(501.010)" ExtendedRoman ROM
  693. *Font Univers-BoldExtObl: Standard "(501.010)" ExtendedRoman ROM
  694. *Font Univers-BoldOblique: Standard "(501.008)" ExtendedRoman ROM
  695. *Font Univers-Condensed: Standard "(501.011)" ExtendedRoman ROM
  696. *Font Univers-CondensedBold: Standard "(501.009)" ExtendedRoman ROM
  697. *Font Univers-CondensedBoldOblique: Standard "(501.009)" ExtendedRoman ROM
  698. *Font Univers-CondensedOblique: Standard "(501.011)" ExtendedRoman ROM
  699. *Font Univers-Extended: Standard "(501.009)" ExtendedRoman ROM
  700. *Font Univers-ExtendedObl: Standard "(501.009)" ExtendedRoman ROM
  701. *Font Univers-Light: Standard "(501.009)" ExtendedRoman ROM
  702. *Font Univers-LightOblique: Standard "(501.009)" ExtendedRoman ROM
  703. *Font Univers-Oblique: Standard "(501.009)" ExtendedRoman ROM
  704. *Font Wingdings-Regular: Special "(001.001)" Special ROM
  705. *Font ZapfChancery-MediumItalic: Standard "(002.000)" ExtendedRoman ROM
  706. *Font ZapfDingbats: Special "(001.005S)" Special ROM
  707.  
  708. *?FontQuery: "
  709.   save
  710.   {count 1 gt {
  711.     exch dup 127 string cvs (/) print print (:) print
  712.     /Font resourcestatus {pop pop (Yes)}{(NO)}ifelse =
  713.     }{exit}ifelse 
  714.   }bind loop (*) = flush
  715.   restore
  716. "
  717. *End
  718.  
  719. *?FontList: "
  720.   save
  721.   (*) {cvn ==} 128 string /Font resourceforall (*) = flush
  722.   restore
  723. "
  724. *End
  725.  
  726. *%========== Printer Messages ==========
  727. *PrinterError: "initializing"
  728. *PrinterError: "holding"
  729. *PrinterError: "idle"
  730. *PrinterError: "busy"
  731. *PrinterError: "printing"
  732. *PrinterError: "Warming up"
  733. *PrinterError: "Energy Save Mode"
  734. *PrinterError: "Add Staples"
  735. *PrinterError: "Install Tray #"
  736. *PrinterError: "Install Duplex Unit"
  737. *PrinterError: "Remove Paper in Staple Tray"
  738. *PrinterError: "Remove Paper in Duplex Unit"
  739. *PrinterError: "Wait for Finish - Staple"
  740. *PrinterError: "Wait for Finish - Duplex"
  741. *PrinterError: "Wait for Finish - Finisher"
  742. *PrinterError: "Remove Paper in StandardTray"
  743. *PrinterError: "Remove Paper in 1bin Tray"
  744. *PrinterError: "Remove Paper in Shift Tray"
  745. *PrinterError: "Remove Paper in OutputTray #"
  746. *PrinterError: "Remove Misfeed A"
  747. *PrinterError: "Remove Misfeed B"
  748. *PrinterError: "Remove Misfeed C"
  749. *PrinterError: "Remove Misfeed D"
  750. *PrinterError: "Remove Misfeed E"
  751. *PrinterError: "Remove Misfeed R"
  752. *PrinterError: "Remove Misfeed U"
  753. *PrinterError: "Remove Misfeed Y"
  754. *PrinterError: "Remove Misfeed X"
  755. *PrinterError: "miscellaneous error"
  756. *PrinterError: "serviceman call #1"
  757. *PrinterError: "copy count over flow"
  758. *PrinterError: "sort print request canceled"
  759. *PrinterError: ""
  760. *PrinterError: "Close Side Bank Cover"
  761. *PrinterError: "Close Side Main Cover"
  762. *PrinterError: "Call Service"
  763. *PrinterError: "Add Toner"
  764.  
  765. *Status: "initializing"
  766. *Status: "holding"
  767. *Status: "idle"
  768. *Status: "busy"
  769. *Status: "printing"
  770. *Status: "PrinterError: Warming up"
  771. *Status: "PrinterError: Energy Save Mode"
  772. *Status: "PrinterError: Add Staple"
  773. *Status: "PrinterError: Install Tray #"
  774. *Status: "PrinterError: Install Duplex Unit"
  775. *Status: "PrinterError: Remove Paper in Staple Tray"
  776. *Status: "PrinterError: Remove Paper in Duplex Unit"
  777. *Status: "PrinterError: Wait for Finish - Staple"
  778. *Status: "PrinterError: Wait for Finish - Duplax"
  779. *Status: "PrinterError: Wait for Finish - Finisher"
  780. *Status: "PrinterError: Remove Paper in Standard Tray"
  781. *Status: "PrinterError: Remove Paper in 1bin Tray"
  782. *Status: "PrinterError: Remove Paper in Shift Tray"
  783. *Status: "PrinterError: Remove Paper in Output Tray #"
  784. *Status: "PrinterError: Remove Misfeed A"
  785. *Status: "PrinterError: Remove Misfeed B"
  786. *Status: "PrinterError: Remove Misfeed C"
  787. *Status: "PrinterError: Remove Misfeed D"
  788. *Status: "PrinterError: Remove Misfeed E"
  789. *Status: "PrinterError: Remove Misfeed R"
  790. *Status: "PrinterError: Remove Misfeed U"
  791. *Status: "PrinterError: Remove Misfeed Y"
  792. *Status: "PrinterError: Remove Misfeed Z"
  793. *Status: "PrinterError: Close Front over"
  794. *Status: "PrinterError: Close Mailbox Cover"
  795. *Status: "PrinterError: Close Finisher Cover"
  796. *Status: "PrinterError: Close Bridge Cover"
  797. *Status: "PrinterError: Close 1bin Cover"
  798. *Status: "PrinterError: Close Side Bank Cover"
  799. *Status: "PrinterError: Close Side Main Cover"
  800. *Status: "PrinterError: Call Service"
  801. *Status: "PrinterError: Add Toner"
  802.  
  803. *Source: "Parallel"
  804. *Source: "EtherTalk"
  805. *Source: "TCP/IP"
  806. *Source: "SPX/IPX"
  807. *Source: "NetBEUI"
  808.  
  809. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  810. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  811. *Message: "\FontName\ not found, using Courier"
  812.  
  813. *%========== Color Separation ==========
  814.  
  815. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  816.  
  817. *%===== For 85 lpi / 600 dpi =====
  818.  
  819. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  820. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  821. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15.0"
  822. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75.0"
  823. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  824.  
  825. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  826. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  827. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  828. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  829. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  830.  
  831. *%===== For 60 lpi / 300 dpi =====
  832.  
  833. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  834. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45.0"
  835. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15.0"
  836. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75.0"
  837. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0.0"
  838.  
  839. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  840. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  841. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  842. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  843. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  844.  
  845. *% end of Printer Description file for "SAVIN 2015DP PS"
  846.